@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
.custom-social-proof {
    position: fixed;
    bottom: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
    display: none;
    width: 95%;
    left: 13px;
    color: #FFFFFFFFF;
	}
	
    .custom-notification {
    width: 98%;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 3px hsla(0,100%,50%,0.20);
    background-color: #131313;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 10px 3px hsla(0,100%,50%,0.20);
}
        .custom-notification-container {
            display: flex !important;
            align-items: center;
			height: 80px;}
           
.custom-notification-image-wrapper {
                
                    max-height: 75px;
                    width: 90px;
                    overflow: hidden;
                    border-radius: 6px 0 0 6px;
                    object-fit: cover;
                }
            
            .custom-notification-content-wrapper {
                margin: 0;
                height: 100%;
                color: gray;
                padding-left: 20px;
                padding-right: 20px;
                border-radius: 0 6px 6px 0;
                flex: 1;
                display: flex !important;
                flex-direction: column;
				justify-content: center;}
                .custom-notification-content {
                    font-family: inherit !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    font-size: 14px;
					line-height: 16px;}
                    
                    
                
        .custom-close {
            position: absolute;
            top: 8px;
            right: 8px;
            height: 12px;
            width: 12px;
            cursor: pointer;
            transition: .2s ease-in-out;
            transform: rotate(45deg);
			opacity: 0;}
           
      
            .custom-close {
                opacity: 1;
            }
        

.poweredby{
    font-weight: 600;
    text-decoration: none;
    margin-left: 3px;
    color:  #3498db;
}.custom-notification-container .custom-notification-image-wrapper #map1 {
}
.custom-notification-content-wrapper .custom-notification-content #country {
}
.custom-notification-content-wrapper .custom-notification-content #product {
}
